Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChassisSecurityStatusData needs fields made pub #68

Closed
jrgerber opened this issue May 15, 2021 · 0 comments · Fixed by #69
Closed

ChassisSecurityStatusData needs fields made pub #68

jrgerber opened this issue May 15, 2021 · 0 comments · Fixed by #69
Labels
bug Something isn't working

Comments

@jrgerber
Copy link
Owner

Add pub to raw and value:

pub struct ChassisSecurityStatusData {
    /// Raw value
    ///
    /// _raw_ is most useful when _value_ is None.
    /// This is most likely to occur when the standard was updated but
    /// this library code has not been updated to match the current
    /// standard.
    raw: u8,
    /// The contained [ChassisSecurityStatus] value
    value: ChassisSecurityStatus,
}
@jrgerber jrgerber added the bug Something isn't working label May 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant