pub struct FlitfenR { /* private fields */ }
Expand description
Value of the field FLITFEN
Implementations§
Auto Trait Implementations§
impl Freeze for FlitfenR
impl RefUnwindSafe for FlitfenR
impl Send for FlitfenR
impl Sync for FlitfenR
impl Unpin for FlitfenR
impl UnwindSafe for FlitfenR
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