pub struct Smb2Header<'a> { /* private fields */ }Implementations§
Source§impl<'a> Smb2Header<'a>
impl<'a> Smb2Header<'a>
Trait Implementations§
Source§impl<'a> Clone for Smb2Header<'a>
impl<'a> Clone for Smb2Header<'a>
Source§fn clone(&self) -> Smb2Header<'a>
fn clone(&self) -> Smb2Header<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for Smb2Header<'a>
impl<'a> Debug for Smb2Header<'a>
Source§impl<'a> From<Smb2Header<'a>> for AppPacket<'a>
impl<'a> From<Smb2Header<'a>> for AppPacket<'a>
Source§fn from(p: Smb2Header<'a>) -> Self
fn from(p: Smb2Header<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for Smb2Header<'a>
impl<'a> RefUnwindSafe for Smb2Header<'a>
impl<'a> Send for Smb2Header<'a>
impl<'a> Sync for Smb2Header<'a>
impl<'a> Unpin for Smb2Header<'a>
impl<'a> UnsafeUnpin for Smb2Header<'a>
impl<'a> UnwindSafe for Smb2Header<'a>
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