#[repr(C)]pub struct twolevel_hint {
pub _bindgen_bitfield_1_: uint32_t,
pub _bindgen_bitfield_2_: uint32_t,
}Fields§
§_bindgen_bitfield_1_: uint32_t§_bindgen_bitfield_2_: uint32_tTrait Implementations§
Source§impl Clone for twolevel_hint
impl Clone for twolevel_hint
Source§fn clone(&self) -> twolevel_hint
fn clone(&self) -> twolevel_hint
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 twolevel_hint
impl Debug for twolevel_hint
Source§impl Default for twolevel_hint
impl Default for twolevel_hint
impl Copy for twolevel_hint
Auto Trait Implementations§
impl Freeze for twolevel_hint
impl RefUnwindSafe for twolevel_hint
impl Send for twolevel_hint
impl Sync for twolevel_hint
impl Unpin for twolevel_hint
impl UnwindSafe for twolevel_hint
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