pub enum ParamdefEndian {
Little,
Big,
}
Expand description
The endianness of the specific ParamDef
Variants§
Trait Implementations§
Source§impl From<bool> for ParamdefEndian
impl From<bool> for ParamdefEndian
Auto Trait Implementations§
impl Freeze for ParamdefEndian
impl RefUnwindSafe for ParamdefEndian
impl Send for ParamdefEndian
impl Sync for ParamdefEndian
impl Unpin for ParamdefEndian
impl UnwindSafe for ParamdefEndian
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