#[repr(C)]pub struct BlockdevSnapshot {
pub node: *mut c_char,
pub overlay: *mut c_char,
}Fields§
§node: *mut c_char§overlay: *mut c_charTrait Implementations§
Source§impl Clone for BlockdevSnapshot
impl Clone for BlockdevSnapshot
Source§fn clone(&self) -> BlockdevSnapshot
fn clone(&self) -> BlockdevSnapshot
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 BlockdevSnapshot
impl Debug for BlockdevSnapshot
impl Copy for BlockdevSnapshot
Auto Trait Implementations§
impl Freeze for BlockdevSnapshot
impl RefUnwindSafe for BlockdevSnapshot
impl !Send for BlockdevSnapshot
impl !Sync for BlockdevSnapshot
impl Unpin for BlockdevSnapshot
impl UnwindSafe for BlockdevSnapshot
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