Struct boring_sys::idtype_t
source · [−]#[repr(transparent)]pub struct idtype_t(pub c_uint);Tuple Fields
0: c_uintImplementations
Trait Implementations
impl Copy for idtype_t
impl Eq for idtype_t
impl StructuralEq for idtype_t
impl StructuralPartialEq for idtype_t
Auto Trait Implementations
impl RefUnwindSafe for idtype_t
impl Send for idtype_t
impl Sync for idtype_t
impl Unpin for idtype_t
impl UnwindSafe for idtype_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more