#[repr(C)]pub struct sc_object_id {
pub value: [c_int; 16],
}Fields§
§value: [c_int; 16]Trait Implementations§
Source§impl Clone for sc_object_id
impl Clone for sc_object_id
Source§fn clone(&self) -> sc_object_id
fn clone(&self) -> sc_object_id
Returns a copy 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 sc_object_id
impl Debug for sc_object_id
impl Copy for sc_object_id
Auto Trait Implementations§
impl Freeze for sc_object_id
impl RefUnwindSafe for sc_object_id
impl Send for sc_object_id
impl Sync for sc_object_id
impl Unpin for sc_object_id
impl UnwindSafe for sc_object_id
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