Struct DDELN
#[repr(C)]pub struct DDELN {
pub _bitfield: u16,
pub cfFormat: i16,
}
Fields§
§_bitfield: u16
§cfFormat: i16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DDELN
impl RefUnwindSafe for DDELN
impl Send for DDELN
impl Sync for DDELN
impl Unpin for DDELN
impl UnwindSafe for DDELN
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