pub enum CdrLe {}
Expand description
OMG CDR little-endian encapsulation.
Trait Implementations§
Source§impl Encapsulation for CdrLe
impl Encapsulation for CdrLe
impl Copy for CdrLe
impl Eq for CdrLe
impl StructuralPartialEq for CdrLe
Auto Trait Implementations§
impl Freeze for CdrLe
impl RefUnwindSafe for CdrLe
impl Send for CdrLe
impl Sync for CdrLe
impl Unpin for CdrLe
impl UnwindSafe for CdrLe
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