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