#[repr(C)]pub struct GrabData { /* private fields */ }
Trait Implementations§
impl StructuralPartialEq for GrabData
Auto Trait Implementations§
impl Freeze for GrabData
impl RefUnwindSafe for GrabData
impl !Send for GrabData
impl !Sync for GrabData
impl Unpin for GrabData
impl UnwindSafe for GrabData
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