pub struct UeconFlags(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UeconFlags
impl RefUnwindSafe for UeconFlags
impl Send for UeconFlags
impl Sync for UeconFlags
impl Unpin for UeconFlags
impl UnwindSafe for UeconFlags
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