#[repr(C)]pub struct FormatProperties2 {
pub sType: StructureType,
pub pNext: *mut c_void,
pub formatProperties: FormatProperties,
}Fields§
§sType: StructureType§pNext: *mut c_void§formatProperties: FormatPropertiesImplementations§
Source§impl FormatProperties2
impl FormatProperties2
pub fn new() -> Self
pub fn sType(self, sType: StructureType) -> Self
pub fn pNext(self, pNext: *mut c_void) -> Self
pub fn formatProperties(self, formatProperties: FormatProperties) -> Self
Trait Implementations§
Source§impl Clone for FormatProperties2
impl Clone for FormatProperties2
Source§fn clone(&self) -> FormatProperties2
fn clone(&self) -> FormatProperties2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FormatProperties2
impl Debug for FormatProperties2
Source§impl Default for FormatProperties2
impl Default for FormatProperties2
Source§fn default() -> FormatProperties2
fn default() -> FormatProperties2
Returns the “default value” for a type. Read more
impl Copy for FormatProperties2
Auto Trait Implementations§
impl Freeze for FormatProperties2
impl RefUnwindSafe for FormatProperties2
impl !Send for FormatProperties2
impl !Sync for FormatProperties2
impl Unpin for FormatProperties2
impl UnwindSafe for FormatProperties2
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