#[repr(C)]pub struct ApiSetNamespace {
pub unused: [u8; 12],
pub count: i32,
pub entry_offset: i32,
}Fields§
§unused: [u8; 12]§count: i32§entry_offset: i32Trait Implementations§
Source§impl Clone for ApiSetNamespace
impl Clone for ApiSetNamespace
Source§fn clone(&self) -> ApiSetNamespace
fn clone(&self) -> ApiSetNamespace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ApiSetNamespace
Source§impl Debug for ApiSetNamespace
impl Debug for ApiSetNamespace
Source§impl Default for ApiSetNamespace
impl Default for ApiSetNamespace
Source§fn default() -> ApiSetNamespace
fn default() -> ApiSetNamespace
Returns the “default value” for a type. Read more
impl Eq for ApiSetNamespace
Source§impl PartialEq for ApiSetNamespace
impl PartialEq for ApiSetNamespace
impl StructuralPartialEq for ApiSetNamespace
Auto Trait Implementations§
impl Freeze for ApiSetNamespace
impl RefUnwindSafe for ApiSetNamespace
impl Send for ApiSetNamespace
impl Sync for ApiSetNamespace
impl Unpin for ApiSetNamespace
impl UnsafeUnpin for ApiSetNamespace
impl UnwindSafe for ApiSetNamespace
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