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