Struct XAPO_REGISTRATION_PROPERTIES
#[repr(C, packed(1))]pub struct XAPO_REGISTRATION_PROPERTIES {
pub clsid: GUID,
pub FriendlyName: [u16; 256],
pub CopyrightInfo: [u16; 256],
pub MajorVersion: u32,
pub MinorVersion: u32,
pub Flags: u32,
pub MinInputBufferCount: u32,
pub MaxInputBufferCount: u32,
pub MinOutputBufferCount: u32,
pub MaxOutputBufferCount: u32,
}
Fields§
§clsid: GUID
§FriendlyName: [u16; 256]
§CopyrightInfo: [u16; 256]
§MajorVersion: u32
§MinorVersion: u32
§Flags: u32
§MinInputBufferCount: u32
§MaxInputBufferCount: u32
§MinOutputBufferCount: u32
§MaxOutputBufferCount: u32
Trait Implementations§
§impl Clone for XAPO_REGISTRATION_PROPERTIES
impl Clone for XAPO_REGISTRATION_PROPERTIES
§fn clone(&self) -> XAPO_REGISTRATION_PROPERTIES
fn clone(&self) -> XAPO_REGISTRATION_PROPERTIES
Returns a copy 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 more§impl Default for XAPO_REGISTRATION_PROPERTIES
impl Default for XAPO_REGISTRATION_PROPERTIES
impl Copy for XAPO_REGISTRATION_PROPERTIES
Auto Trait Implementations§
impl Freeze for XAPO_REGISTRATION_PROPERTIES
impl RefUnwindSafe for XAPO_REGISTRATION_PROPERTIES
impl Send for XAPO_REGISTRATION_PROPERTIES
impl Sync for XAPO_REGISTRATION_PROPERTIES
impl Unpin for XAPO_REGISTRATION_PROPERTIES
impl UnwindSafe for XAPO_REGISTRATION_PROPERTIES
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