pub struct LockdownFrame;Expand description
Lockdown protocol frame: 4 bytes big-endian length prefix + plist payload.
Implementations§
Auto Trait Implementations§
impl Freeze for LockdownFrame
impl RefUnwindSafe for LockdownFrame
impl Send for LockdownFrame
impl Sync for LockdownFrame
impl Unpin for LockdownFrame
impl UnsafeUnpin for LockdownFrame
impl UnwindSafe for LockdownFrame
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