Struct flipperzero_sys::_glue
source · #[repr(C)]pub struct _glue {
pub _next: *mut _glue,
pub _niobs: c_int,
pub _iobs: *mut __FILE,
}Fields§
§_next: *mut _glue§_niobs: c_int§_iobs: *mut __FILETrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for _glue
impl !Send for _glue
impl !Sync for _glue
impl Unpin for _glue
impl UnwindSafe for _glue
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