#[repr(C)]pub struct KSIDENTIFIER(/* private fields */);
Implementations§
Source§impl KSIDENTIFIER
impl KSIDENTIFIER
pub unsafe fn s(&self) -> &KSIDENTIFIER_s
pub unsafe fn s_mut(&mut self) -> &mut KSIDENTIFIER_s
pub unsafe fn Alignment(&self) -> &LONGLONG
pub unsafe fn Alignment_mut(&mut self) -> &mut LONGLONG
Trait Implementations§
Source§impl Clone for KSIDENTIFIER
impl Clone for KSIDENTIFIER
Source§fn clone(&self) -> KSIDENTIFIER
fn clone(&self) -> KSIDENTIFIER
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 Default for KSIDENTIFIER
impl Default for KSIDENTIFIER
Source§fn default() -> KSIDENTIFIER
fn default() -> KSIDENTIFIER
Returns the “default value” for a type. Read more
impl Copy for KSIDENTIFIER
Auto Trait Implementations§
impl Freeze for KSIDENTIFIER
impl RefUnwindSafe for KSIDENTIFIER
impl Send for KSIDENTIFIER
impl Sync for KSIDENTIFIER
impl Unpin for KSIDENTIFIER
impl UnwindSafe for KSIDENTIFIER
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