Struct devicemapper_sys::dm_target_msg
source · [−]#[repr(C)]pub struct dm_target_msg {
pub sector: __u64,
pub message: __IncompleteArrayField<c_char>,
}Fields
sector: __u64message: __IncompleteArrayField<c_char>Trait Implementations
sourceimpl Debug for dm_target_msg
impl Debug for dm_target_msg
sourceimpl Default for dm_target_msg
impl Default for dm_target_msg
sourcefn default() -> dm_target_msg
fn default() -> dm_target_msg
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for dm_target_msg
impl Send for dm_target_msg
impl Sync for dm_target_msg
impl Unpin for dm_target_msg
impl UnwindSafe for dm_target_msg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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