#[repr(C)]pub struct fuse_secctx {
pub size: u32,
pub padding: u32,
}
Fields§
§size: u32
§padding: u32
Trait Implementations§
Source§impl Clone for fuse_secctx
impl Clone for fuse_secctx
Source§fn clone(&self) -> fuse_secctx
fn clone(&self) -> fuse_secctx
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for fuse_secctx
impl Debug for fuse_secctx
Source§impl Default for fuse_secctx
impl Default for fuse_secctx
Source§fn default() -> fuse_secctx
fn default() -> fuse_secctx
Returns the “default value” for a type. Read more
Source§impl Hash for fuse_secctx
impl Hash for fuse_secctx
Source§impl PartialEq for fuse_secctx
impl PartialEq for fuse_secctx
impl Copy for fuse_secctx
impl Eq for fuse_secctx
impl StructuralPartialEq for fuse_secctx
Auto Trait Implementations§
impl Freeze for fuse_secctx
impl RefUnwindSafe for fuse_secctx
impl Send for fuse_secctx
impl Sync for fuse_secctx
impl Unpin for fuse_secctx
impl UnwindSafe for fuse_secctx
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