#[repr(C)]pub struct SCM_LD_INTERLEAVE_SET_INFO {
pub Version: u32,
pub Size: u32,
pub InterleaveSetSize: u32,
pub InterleaveSet: [SCM_INTERLEAVED_PD_INFO; 1],
}Fields§
§Version: u32§Size: u32§InterleaveSetSize: u32§InterleaveSet: [SCM_INTERLEAVED_PD_INFO; 1]Trait Implementations§
Source§impl Abi for SCM_LD_INTERLEAVE_SET_INFO
impl Abi for SCM_LD_INTERLEAVE_SET_INFO
Source§type Abi = SCM_LD_INTERLEAVE_SET_INFO
type Abi = SCM_LD_INTERLEAVE_SET_INFO
The abi representation of the implementing type. Read more
type DefaultType = SCM_LD_INTERLEAVE_SET_INFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SCM_LD_INTERLEAVE_SET_INFO
impl Clone for SCM_LD_INTERLEAVE_SET_INFO
Source§fn clone(&self) -> SCM_LD_INTERLEAVE_SET_INFO
fn clone(&self) -> SCM_LD_INTERLEAVE_SET_INFO
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 SCM_LD_INTERLEAVE_SET_INFO
Source§impl Debug for SCM_LD_INTERLEAVE_SET_INFO
impl Debug for SCM_LD_INTERLEAVE_SET_INFO
Source§impl Default for SCM_LD_INTERLEAVE_SET_INFO
impl Default for SCM_LD_INTERLEAVE_SET_INFO
impl Eq for SCM_LD_INTERLEAVE_SET_INFO
Auto Trait Implementations§
impl Freeze for SCM_LD_INTERLEAVE_SET_INFO
impl RefUnwindSafe for SCM_LD_INTERLEAVE_SET_INFO
impl Send for SCM_LD_INTERLEAVE_SET_INFO
impl Sync for SCM_LD_INTERLEAVE_SET_INFO
impl Unpin for SCM_LD_INTERLEAVE_SET_INFO
impl UnsafeUnpin for SCM_LD_INTERLEAVE_SET_INFO
impl UnwindSafe for SCM_LD_INTERLEAVE_SET_INFO
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