pub enum FRAMINGW {
NOTPRESENT,
PRESENT,
}Expand description
Values that can be written to the field FRAMING
Variants§
Auto Trait Implementations§
impl Freeze for FRAMINGW
impl RefUnwindSafe for FRAMINGW
impl Send for FRAMINGW
impl Sync for FRAMINGW
impl Unpin for FRAMINGW
impl UnsafeUnpin for FRAMINGW
impl UnwindSafe for FRAMINGW
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