#[repr(C)]pub struct SF_EMBED_FILE_INFO {
pub offset: sf_count_t,
pub length: sf_count_t,
}Fields§
§offset: sf_count_t§length: sf_count_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for SF_EMBED_FILE_INFO
impl RefUnwindSafe for SF_EMBED_FILE_INFO
impl Send for SF_EMBED_FILE_INFO
impl Sync for SF_EMBED_FILE_INFO
impl Unpin for SF_EMBED_FILE_INFO
impl UnwindSafe for SF_EMBED_FILE_INFO
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