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