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 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 BeginSessionInfo
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