#[repr(C)]pub struct fuse_interrupt_in {
pub unique: u64,
}
Fields§
§unique: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fuse_interrupt_in
impl RefUnwindSafe for fuse_interrupt_in
impl Send for fuse_interrupt_in
impl Sync for fuse_interrupt_in
impl Unpin for fuse_interrupt_in
impl UnwindSafe for fuse_interrupt_in
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