Struct panda::sys::BlockdevRef
source · pub struct BlockdevRef {
pub type_: u32,
pub u: BlockdevRef__bindgen_ty_1,
}Fields
type_: u32u: BlockdevRef__bindgen_ty_1Trait Implementations
sourceimpl Clone for BlockdevRef
impl Clone for BlockdevRef
sourcefn clone(&self) -> BlockdevRef
fn clone(&self) -> BlockdevRef
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BlockdevRef
Auto Trait Implementations
impl RefUnwindSafe for BlockdevRef
impl !Send for BlockdevRef
impl !Sync for BlockdevRef
impl Unpin for BlockdevRef
impl UnwindSafe for BlockdevRef
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