pub struct ChannelAuthenticationCapabilities {Show 16 fields
pub channel_number: u8,
pub oem_proprietary: bool,
pub key: bool,
pub md5: bool,
pub md2: bool,
pub none: bool,
pub kg_status: bool,
pub per_message_authentication_enabled: bool,
pub user_level_authentication_enabled: bool,
pub non_null_usernames_enabled: bool,
pub null_usernames_enabled: bool,
pub anonymous_login_enabled: bool,
pub ipmi2_connections_supported: bool,
pub ipmi15_connections_supported: bool,
pub oem_id: [u8; 3],
pub oem_auxiliary_data: u8,
}Fields§
§channel_number: u8§oem_proprietary: bool§key: bool§md5: bool§md2: bool§none: bool§kg_status: bool§per_message_authentication_enabled: bool§user_level_authentication_enabled: bool§non_null_usernames_enabled: bool§null_usernames_enabled: bool§anonymous_login_enabled: bool§ipmi2_connections_supported: bool§ipmi15_connections_supported: bool§oem_id: [u8; 3]§oem_auxiliary_data: u8Implementations§
Trait Implementations§
Source§impl Clone for ChannelAuthenticationCapabilities
impl Clone for ChannelAuthenticationCapabilities
Source§fn clone(&self) -> ChannelAuthenticationCapabilities
fn clone(&self) -> ChannelAuthenticationCapabilities
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ChannelAuthenticationCapabilities
impl RefUnwindSafe for ChannelAuthenticationCapabilities
impl Send for ChannelAuthenticationCapabilities
impl Sync for ChannelAuthenticationCapabilities
impl Unpin for ChannelAuthenticationCapabilities
impl UnwindSafe for ChannelAuthenticationCapabilities
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more