pub struct ExternalBinary { /* private fields */ }
Trait Implementations§
Source§impl AsRef<[u32]> for ExternalBinary
impl AsRef<[u32]> for ExternalBinary
Source§impl AsRef<[u8]> for ExternalBinary
impl AsRef<[u8]> for ExternalBinary
Auto Trait Implementations§
impl Freeze for ExternalBinary
impl RefUnwindSafe for ExternalBinary
impl !Send for ExternalBinary
impl !Sync for ExternalBinary
impl Unpin for ExternalBinary
impl UnwindSafe for ExternalBinary
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