#[repr(C, align(16))]pub struct object_tie {
pub id: objid,
pub flags: u32,
}Fields§
§id: objid§flags: u32Trait Implementations§
Source§impl Clone for object_tie
impl Clone for object_tie
Source§fn clone(&self) -> object_tie
fn clone(&self) -> object_tie
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 object_tie
impl Debug for object_tie
Source§impl Default for object_tie
impl Default for object_tie
Source§fn default() -> object_tie
fn default() -> object_tie
Returns the “default value” for a type. Read more
Source§impl From<CreateTieSpec> for object_tie
impl From<CreateTieSpec> for object_tie
Source§fn from(value: CreateTieSpec) -> Self
fn from(value: CreateTieSpec) -> Self
Converts to this type from the input type.
impl Copy for object_tie
Auto Trait Implementations§
impl Freeze for object_tie
impl RefUnwindSafe for object_tie
impl Send for object_tie
impl StoreCopy for object_tie
impl Sync for object_tie
impl Unpin for object_tie
impl UnwindSafe for object_tie
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