#[repr(C)]pub struct SetDomainHandle {
pub handle: [u8; 16],
}Fields§
§handle: [u8; 16]Trait Implementations§
Source§impl Clone for SetDomainHandle
impl Clone for SetDomainHandle
Source§fn clone(&self) -> SetDomainHandle
fn clone(&self) -> SetDomainHandle
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 Debug for SetDomainHandle
impl Debug for SetDomainHandle
Source§impl Default for SetDomainHandle
impl Default for SetDomainHandle
Source§fn default() -> SetDomainHandle
fn default() -> SetDomainHandle
Returns the “default value” for a type. Read more
impl Copy for SetDomainHandle
Auto Trait Implementations§
impl Freeze for SetDomainHandle
impl RefUnwindSafe for SetDomainHandle
impl Send for SetDomainHandle
impl Sync for SetDomainHandle
impl Unpin for SetDomainHandle
impl UnwindSafe for SetDomainHandle
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