#[repr(C)]pub struct kauth_cache_sizes {
pub kcs_group_size: u_int32_t,
pub kcs_id_size: u_int32_t,
}Fields§
§kcs_group_size: u_int32_t§kcs_id_size: u_int32_tTrait Implementations§
Source§impl Clone for kauth_cache_sizes
impl Clone for kauth_cache_sizes
Source§fn clone(&self) -> kauth_cache_sizes
fn clone(&self) -> kauth_cache_sizes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for kauth_cache_sizes
impl Debug for kauth_cache_sizes
impl Copy for kauth_cache_sizes
Auto Trait Implementations§
impl Freeze for kauth_cache_sizes
impl RefUnwindSafe for kauth_cache_sizes
impl Send for kauth_cache_sizes
impl Sync for kauth_cache_sizes
impl Unpin for kauth_cache_sizes
impl UnwindSafe for kauth_cache_sizes
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