#[repr(C)]pub struct ApiSetNamespaceEntry {
pub unused1: [u8; 4],
pub name_offset: i32,
pub name_length: i32,
pub unused2: [u8; 4],
pub value_offset: i32,
pub value_length: i32,
}Fields§
§unused1: [u8; 4]§name_offset: i32§name_length: i32§unused2: [u8; 4]§value_offset: i32§value_length: i32Trait Implementations§
Source§impl Clone for ApiSetNamespaceEntry
impl Clone for ApiSetNamespaceEntry
Source§fn clone(&self) -> ApiSetNamespaceEntry
fn clone(&self) -> ApiSetNamespaceEntry
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 ApiSetNamespaceEntry
Source§impl Debug for ApiSetNamespaceEntry
impl Debug for ApiSetNamespaceEntry
Source§impl Default for ApiSetNamespaceEntry
impl Default for ApiSetNamespaceEntry
Source§fn default() -> ApiSetNamespaceEntry
fn default() -> ApiSetNamespaceEntry
Returns the “default value” for a type. Read more
impl Eq for ApiSetNamespaceEntry
Source§impl PartialEq for ApiSetNamespaceEntry
impl PartialEq for ApiSetNamespaceEntry
impl StructuralPartialEq for ApiSetNamespaceEntry
Auto Trait Implementations§
impl Freeze for ApiSetNamespaceEntry
impl RefUnwindSafe for ApiSetNamespaceEntry
impl Send for ApiSetNamespaceEntry
impl Sync for ApiSetNamespaceEntry
impl Unpin for ApiSetNamespaceEntry
impl UnsafeUnpin for ApiSetNamespaceEntry
impl UnwindSafe for ApiSetNamespaceEntry
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