pub struct GetExtras {
pub flags: u32,
}Expand description
Extras for get/getq/getk/getkq commands.
Fields§
§flags: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetExtras
impl RefUnwindSafe for GetExtras
impl Send for GetExtras
impl Sync for GetExtras
impl Unpin for GetExtras
impl UnsafeUnpin for GetExtras
impl UnwindSafe for GetExtras
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