#[repr(C)]pub struct SF_FORMAT_INFO {
pub format: c_int,
pub name: *const c_char,
pub extension: *const c_char,
}Fields§
§format: c_int§name: *const c_char§extension: *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for SF_FORMAT_INFO
impl RefUnwindSafe for SF_FORMAT_INFO
impl !Send for SF_FORMAT_INFO
impl !Sync for SF_FORMAT_INFO
impl Unpin for SF_FORMAT_INFO
impl UnwindSafe for SF_FORMAT_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