Struct ipmi_rs::app::auth::BeginSessionInfo
source · pub struct BeginSessionInfo {
pub auth_type: AuthType,
pub session_id: NonZeroU32,
pub initial_sequence_number: u32,
pub maximum_privilege_level: PrivilegeLevel,
}Fields§
§auth_type: AuthType§session_id: NonZeroU32§initial_sequence_number: u32§maximum_privilege_level: PrivilegeLevelTrait Implementations§
source§impl Clone for BeginSessionInfo
impl Clone for BeginSessionInfo
source§fn clone(&self) -> BeginSessionInfo
fn clone(&self) -> BeginSessionInfo
Returns a copy 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 RefUnwindSafe for BeginSessionInfo
impl Send for BeginSessionInfo
impl Sync for BeginSessionInfo
impl Unpin for BeginSessionInfo
impl UnwindSafe for BeginSessionInfo
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