#[repr(C)]pub struct fuse_supp_groups {
pub nr_groups: u32,
pub groups: __IncompleteArrayField<u32>,
}Expand description
struct fuse_supp_groups - Supplementary group extension @nr_groups: number of supplementary groups @groups: flexible array of group IDs
Fields§
§nr_groups: u32§groups: __IncompleteArrayField<u32>Trait Implementations§
Source§impl Debug for fuse_supp_groups
impl Debug for fuse_supp_groups
Source§impl Default for fuse_supp_groups
impl Default for fuse_supp_groups
Source§fn default() -> fuse_supp_groups
fn default() -> fuse_supp_groups
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for fuse_supp_groups
impl RefUnwindSafe for fuse_supp_groups
impl Send for fuse_supp_groups
impl Sync for fuse_supp_groups
impl Unpin for fuse_supp_groups
impl UnwindSafe for fuse_supp_groups
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
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more