Struct CO_SAP
#[repr(C)]pub struct CO_SAP {
pub SapType: u32,
pub SapLength: u32,
pub Sap: [u8; 1],
}
Fields§
§SapType: u32
§SapLength: u32
§Sap: [u8; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CO_SAP
impl RefUnwindSafe for CO_SAP
impl Send for CO_SAP
impl Sync for CO_SAP
impl Unpin for CO_SAP
impl UnwindSafe for CO_SAP
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