pub struct SigNetOptions {
pub security_mode: u8,
pub sender_id: [u8; 8],
pub mfg_code: u16,
pub session_id: u32,
pub seq_num: u32,
pub hmac: [u8; 32],
}Fields§
§security_mode: u8§sender_id: [u8; 8]§mfg_code: u16§session_id: u32§seq_num: u32§hmac: [u8; 32]Trait Implementations§
Source§impl Clone for SigNetOptions
impl Clone for SigNetOptions
Source§fn clone(&self) -> SigNetOptions
fn clone(&self) -> SigNetOptions
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 moreSource§impl Debug for SigNetOptions
impl Debug for SigNetOptions
Source§impl Default for SigNetOptions
impl Default for SigNetOptions
Source§fn default() -> SigNetOptions
fn default() -> SigNetOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SigNetOptions
impl RefUnwindSafe for SigNetOptions
impl Send for SigNetOptions
impl Sync for SigNetOptions
impl Unpin for SigNetOptions
impl UnsafeUnpin for SigNetOptions
impl UnwindSafe for SigNetOptions
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